
body {background-color: #000; }

#wrap {background-color: #000; margin-top: 125px; padding: 0px; width: 908px; height: 100%;}

#box_left
{
float: left;
 border-left: 2px solid #901;
 border-top: 2px solid #000;
 border-bottom: 2px solid #000;
 border-right: 1px solid #000;
margin-left: 0px;
padding: 0px;
width: 300px;
height: 300px;
}
#box_center
{
float: left;
 border-left: 1px solid #000;
 border-top: 2px solid #000;
 border-bottom: 2px solid #000;
 border-right: 1px solid #000;
margin: 0px;
padding: 0;
width: 300px;
height: 300px;
}
#box_right 
{
float: left;
 border-left: 1px solid #000;
  border-top: 2px solid #000;
 border-bottom: 2px solid #000;
 border-right: 2px solid #901;
margin: 0px;
padding: 0;
width: 300px;
height: 300px;
}

#header_ind
	{           
	margin-top: 0px;
                  margin-bottom: 0px;
                  padding-top: 0px;
                  height: 25px;
                  background-color: #000;
                  border-left: 2px solid #901;
                  border-right: 2px solid #901;
                  border-top: 2px solid #901;
                  border-bottom: 2px solid #901;
	}
#header_ind p {margin-top: 1px; padding-top: 2px; font-size: 12px; line-height: 14px; letter-spacing: 10px; color: #901; text-align: center;}

#footer_ind
	{
                  clear: all;
                  background-color: #000;
                  margin-top: 0px;
                  height: 25px;
                  padding-left: 323px;
                  border-left: 2px solid #901;
                  border-right: 2px solid #901;
                  border-top: 2px solid #901;
                  border-bottom: 2px solid #901;
           	}
#footer_ind img      {float: left;margin-top: 0px; margin-bottom: 0px;}
#footer_ind p         {font: 85% georgia, "Times New Roman"; font-style: normal; color: #000; font-size: 16px; line-height: 18px; text-align: left; letter-spacing: 2px;}
#footer_ind p span {color: #ff0;font-style: italic; font-size: 16px; line-height: 18px; background-color: #000; text-align: center; padding-top: 4px; letter-spacing: 2px; height: 20px;}
#footer_ind p a      {color: #ff0; text-decoration: underline; font-size: 12px; line-height: 16px; background-color: #000; letter-spacing: 2px;}

